home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0386.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  452 b   |  19 lines

  1.  
  2. >I've patched httpd to allow remote annotations (an enabling mechanism
  3. >for asynchronous collaboration).  My httpd accepts the following
  4. >command:
  5. >
  6. >ANNOTATE /file/to/annotate?/file/of/annotation?Text describing annotation.
  7.  
  8. I'd suggest
  9.  
  10. APPEND /file/to/annotate
  11. <a HREF="file/of/annotation">Text describing annotation</a>
  12. .
  13.  
  14. The server could impose limits on the length of the annotation,
  15. and it should somehow validate the syntax, I suppose.
  16.  
  17. Dan
  18.  
  19.